10. Implicit vs. Explicit Intents
Implicit vs. Explicit Intents
Question:
Start Quiz:
Solution:
INSTRUCTOR NOTE:
Video Correction
In the video at 3:29, under "Implicit Intent" the Intent object created should be called sendIntent
Intent sendIntent = new Intent (Intent.ACTION_SENDTO);
Resources
Example explicit intent
Example implicit intent
How to create an implicit intent to play a music or video file
How to create an implicit intent to send an SMS or MMS message